projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf351f1
)
Fix stray double semicolons.
author
robertl
<robertl>
Wed, 21 Nov 2007 16:00:44 +0000
(16:00 +0000)
committer
robertl
<robertl>
Wed, 21 Nov 2007 16:00:44 +0000
(16:00 +0000)
kml.c
patch
|
blob
|
history
diff --git
a/kml.c
b/kml.c
index 20f9e99207bf45c4f656be73bd9f5938d86082a2..b5e48ab781d0fe828c2c2a39581a5686a56cf67c 100644
(file)
--- a/
kml.c
+++ b/
kml.c
@@
-769,7
+769,7
@@
char * kml_gc_mkstar(int rating)
static void kml_geocache_pr(const waypoint *waypointp)
{
char *p, *is;
- double lat = waypointp->latitude;
;
+ double lat = waypointp->latitude;
double lng = waypointp->longitude;
// optionally "fuzz" lat/lng here.